Get Feature Vector

Get a feature vector by id

Request
path Parameters
id
required
string
Responses
200

Ok

get/features/vectors/{id}
Request samples
# 
# Get Feature object
# 
# :param str feature_id: feature id
# :return: Feature object
# 
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "entityId": "string",
  • "org": "string",
  • "project": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "value": [
    ],
  • "featureSetId": "string",
  • "version": "string",
  • "parentId": "string",
  • "authz": {
    }
}